home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / texts / dosman121 / man / format < prev    next >
Text File  |  1995-05-19  |  5KB  |  130 lines

  1.  
  2.  
  3.             FORMAT (1.3, 2.x, 3.x in SYS:System)
  4.  
  5.     NAME
  6.             Format- Initializes a disk as being blank.
  7.  
  8.     SYNOPSIS
  9.             FORMAT [DRIVE] [drivename] [NAME] [string] 
  10.                    [NOICONS] [QUICK] [FFS] [OFS] 
  11.                    [INT=international]
  12.                    [NOINT=nointernational]
  13.                    [DIRCACHE] [NODIRCACHE] 
  14.  
  15.     DESCRIPTION
  16.             FORMAT takes a disk and initialises it to make it 
  17.         empty. You can also specify a name for it, but it you 
  18.         don't it will name it 'empty.
  19.  
  20.             WARNING: All information on the disk will be erased 
  21.         while using this command.
  22.  
  23.             After typing FORMAT, you are prompted to insert a 
  24.         disk and hit the RETURN key. After you hit RETURN you 
  25.         cannot turn back. It can be interrupted by hitting the 
  26.         CTRL-C and then RETURN. But, some data will be lost.
  27.  
  28.             As the format occurs, the status of the format is 
  29.         displayed.  Each cylinder number (0-79 for a double 
  30.         density floppy) clicks by on the screen until every 
  31.         cylinder is initialized then verified. After this entire 
  32.         process the volume name is assigned.
  33.  
  34.             If you are copying one disk to another DISKCOPY is a 
  35.         much faster command. This is because you must first 
  36.         FORMAT, then INSTALL, then COPY ALL the from between the 
  37.         disks. If you are using DISKCOPY all these steps are 
  38.         performed by the DISKCOPY command. 
  39.  
  40.             The only time the FORMAT-COPY ALL routine is better 
  41.         than the DISKCOPY is when the information on the source 
  42.         disk have been deleted and rewritten so many times that 
  43.         the contents of the disk have become scattered. By 
  44.         formating the disk then copying all the files over, you 
  45.         are consolidating them. By consolidating them you will 
  46.         greatly speed up your disk accessing time. The only time 
  47.         DISKCOPY will be better on a scattered disk is if you 
  48.         optimize the disk first using one of the many optimizing 
  49.         programs available.
  50.  
  51.     KEYWORDS
  52.  
  53.         DRIVE drivename
  54.             The drive which contains the disk to be formatted. 
  55.         The valid entries are df0: df1: df2: and df3:. 
  56.  
  57.             FORMAT can be used on any logical device. These 
  58.         devices include harddrives, recoverable ram drives, or 
  59.         even removable media which is readable/writeable.
  60.  
  61.             WARNING: Make sure you are typing the write device 
  62.         name.  By typing DH0: instead of DF0: my cause you lose 
  63.         the entire contents of your harddrive when you just 
  64.         wanted to format a floppy disk. 
  65.  
  66.  
  67.         NAME string
  68.             This is the name you are giving to the disk you are 
  69.         formatting.  The NAME keyword is absolutly mandatory. The 
  70.         NAME can be up to 31 characters long and if it contains 
  71.         spaces must be contained in quotes.
  72.  
  73.         NOICONS
  74.             With this keyword prevents the Trashcan from getting 
  75.         created during the format process.
  76.  
  77.         QUICK
  78.             This keyword makes FORMAT initialize only write over 
  79.         the root-block, the boot block, and the bitmap block, 
  80.         without formating the rest of the disk. This is good to 
  81.         do whenever you are formatting a disk that already has 
  82.         been formated before because it is many times faster. 
  83.         But, this keyword will not work if the disk has never 
  84.         been formatted before.
  85.  
  86.         FFS
  87.             This keyword forces the disk to be formatted with the 
  88.         Fast File System (FFS). FFS lets you keept much more 
  89.         information on the disk than the OFS (Old File System).  
  90.         WB 1.3 cannot boot from FFS and may have trouble reading 
  91.         them. 2.x/3.x use this by default.
  92.  
  93.         OFS
  94.             This keyword forces the disk to be formatted with the 
  95.         Original File System (OFS). OFS does not hold as much 
  96.         information as FFS.
  97.  
  98.         INTL=INTERNATIONAL
  99.             This keyword corrects a case-sensitivity problem 
  100.         associated with international characters.  For instance, 
  101.         some languages have letters that other languages don't. 
  102.         INTL ensures that the proper characters are displayed and 
  103.         stored. I don't recommend using this because people using 
  104.         pre-2.0 Amigas will not be able to read the disk.
  105.  
  106.         NOINTL=NONINTERNATIONAL
  107.             This keyword will keep the international mode from 
  108.         being formatted onto the floppy.  For information on the 
  109.         International mode see the INTL keyword description. 
  110.         NOINTL is Format's default.
  111.  
  112.         DIRCACHE
  113.             This speeds up the opening of drawers, file 
  114.         requestors, and listing on that disk. It is OFF by 
  115.         default. A disk formatted with the DIRCACHE on cannot be 
  116.         read by pre-3.0 Amigas. So, only AGA machines can read 
  117.         disks formatted with DIRCACHE on.
  118.  
  119.         NODIRCACHE
  120.             This keyword will keep the DIRCACH mode turned off. 
  121.         For more information on DIRCACHE see the DIRCACHE 
  122.         keyword. NODIRCACHE is the system default.
  123.  
  124.  
  125.         EXAMPLES
  126.  
  127.             1. To format a disk in Df1: and naming it My_Disk:
  128.  
  129.         FORMAT DRIVE df1: NAME My_Disk:
  130.